FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource ValueSet/FHIR Server from package hl7.fhir.uv.cmi#current (31 ms)

Package hl7.fhir.uv.cmi
Type ValueSet
Id Id
FHIR Version R4
Source http://hl7.org/fhir/uv/cmi/https://build.fhir.org/ig/HL7/Content-Management-Infrastructure-IG/ValueSet-value-filter-comparator.html
Url http://hl7.org/fhir/uv/cmi/ValueSet/value-filter-comparator
Version 0.1.0
Status active
Date 2021-08-10T10:21:03-06:00
Name ValueFilterComparator
Title Value Filter Comparator
Experimental False
Realm uv
Authority hl7
Description The type of comparator operator to use

Resources that use this resource

StructureDefinition
cmi-valueFilter CMI Value Filter

Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://hl7.org/fhir/search-comparator version 4.0.1
    CodeDisplayDefinition
    eqEqualsthe value for the parameter in the resource is equal to the provided value.
    gtGreater Thanthe value for the parameter in the resource is greater than the provided value.
    ltLess Thanthe value for the parameter in the resource is less than the provided value.
    geGreater or Equalsthe value for the parameter in the resource is greater or equal to the provided value.
    leLess of Equalthe value for the parameter in the resource is less or equal to the provided value.
    saStarts Afterthe value for the parameter in the resource starts after the provided value.
    ebEnds Beforethe value for the parameter in the resource ends before the provided value.

Source

{
  "resourceType" : "ValueSet",
  "id" : "value-filter-comparator",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html\"><code>http://hl7.org/fhir/search-comparator</code></a> version <code>4.0.1</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html#search-comparator-eq\">eq</a></td><td>Equals</td><td>the value for the parameter in the resource is equal to the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html#search-comparator-gt\">gt</a></td><td>Greater Than</td><td>the value for the parameter in the resource is greater than the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html#search-comparator-lt\">lt</a></td><td>Less Than</td><td>the value for the parameter in the resource is less than the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html#search-comparator-ge\">ge</a></td><td>Greater or Equals</td><td>the value for the parameter in the resource is greater or equal to the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html#search-comparator-le\">le</a></td><td>Less of Equal</td><td>the value for the parameter in the resource is less or equal to the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html#search-comparator-sa\">sa</a></td><td>Starts After</td><td>the value for the parameter in the resource starts after the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-search-comparator.html#search-comparator-eb\">eb</a></td><td>Ends Before</td><td>the value for the parameter in the resource ends before the provided value.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/cmi/ValueSet/value-filter-comparator",
  "version" : "0.1.0",
  "name" : "ValueFilterComparator",
  "title" : "Value Filter Comparator",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-08-10T10:21:03-06:00",
  "publisher" : "Clinical Decision Support WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "The type of comparator operator to use",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/search-comparator",
        "version" : "4.0.1",
        "concept" : [
          {
            "code" : "eq",
            "display" : "Equals"
          },
          {
            "code" : "gt",
            "display" : "Greater Than"
          },
          {
            "code" : "lt",
            "display" : "Less Than"
          },
          {
            "code" : "ge",
            "display" : "Greater or Equals"
          },
          {
            "code" : "le",
            "display" : "Less of Equal"
          },
          {
            "code" : "sa",
            "display" : "Starts After"
          },
          {
            "code" : "eb",
            "display" : "Ends Before"
          }
        ]
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.